home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / hobi / solarsys / Solar.exe / 0 / RCDATA / TFRMCENTER / TFRMCENTER.txt
Text File  |  1997-11-30  |  1KB  |  66 lines

  1. object frmCenter: TfrmCenter
  2.   Left = 603
  3.   Top = 95
  4.   BorderStyle = bsDialog
  5.   Caption = 'Center on body...'
  6.   ClientHeight = 181
  7.   ClientWidth = 413
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 7
  18.     Top = 4
  19.     Width = 299
  20.     Height = 38
  21.     AutoSize = False
  22.     Caption = 
  23.       'Select the body that will be at the center (0,0,0) of your syste' +
  24.       'm:'
  25.     WordWrap = True
  26.   end
  27.   object ListCenterBody: TListBox
  28.     Left = 7
  29.     Top = 75
  30.     Width = 299
  31.     Height = 98
  32.     ItemHeight = 16
  33.     Sorted = True
  34.     TabOrder = 0
  35.   end
  36.   object butOK: TButton
  37.     Left = 325
  38.     Top = 10
  39.     Width = 83
  40.     Height = 27
  41.     Caption = '&OK'
  42.     Default = True
  43.     TabOrder = 1
  44.     OnClick = butOKClick
  45.   end
  46.   object butCancel: TButton
  47.     Left = 325
  48.     Top = 43
  49.     Width = 83
  50.     Height = 27
  51.     Cancel = True
  52.     Caption = '&Cancel'
  53.     TabOrder = 2
  54.     OnClick = butCancelClick
  55.   end
  56.   object CheckBoxNone: TCheckBox
  57.     Left = 24
  58.     Top = 45
  59.     Width = 265
  60.     Height = 29
  61.     Caption = 'Do not center on any body.'
  62.     TabOrder = 3
  63.     OnClick = CheckBoxNoneClick
  64.   end
  65. end
  66.